This web method is used to remove a pick assignment in system (this is depending if you have the pick assignment feature enabled).
Method | /ProCloudWS.asmx/Pick_AssignmentRemove |
The request body is of type Pick_AssignmentRemove.
Name | Description | Data Type |
---|---|---|
objProviderGUId | guid | |
strPassword | xml:string | |
intProviderBranchId | xml:int | |
intActivityId | xml:int | |
intTypeId | xml:int | |
intPickTechId | xml:int | |
dtPickDate | xml:dateTime |
|
The response body is of type Pick_AssignmentRemoveResponse.
Name | Description | Data Type |
---|---|---|
Pick_AssignmentRemoveResult | objPick_AssignmentRemoveReturn |
|